home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13199 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news1.erols.com!newsmaster@erols.com
  2. From: wrobison@bdm.com (Bill Robison)
  3. Newsgroups: comp.lang.eiffel,comp.lang.c,comp.lang.c++,comp.object,comp.software-eng
  4. Subject: Re: Beware of "C" Hackers -- A rebuttal to Bertrand Meyer
  5. Date: 24 Mar 1996 06:16:41 GMT
  6. Organization: BDM Federal Systems, Inc.
  7. Message-ID: <4j2pc9$ff6@news7.erols.com>
  8. References: <1995Jul3.034108.4193@rcmcon.com> <653t-Df-3RB@herold.franken.de> <bksDoFwBA.Eut@netcom.com> <jmaling-2303960413010001@slwol1p47.ozemail.com.au> <4iv933INN7f2@keats.ugrad.cs.ubc.ca> <4j2dgp$ik5@news4.digex.net>
  9. NNTP-Posting-Host: as24s27.erols.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. In article <4j2dgp$ik5@news4.digex.net>, ell@access1.digex.netc says...
  15. >
  16. >Kazimir Kylheku (c2a192@ugrad.cs.ubc.ca) wrote:
  17. [chop]
  18. >
  19. >You need the polymorphic tools of oopls to most easily exercise the oo
  20. >polymorphism you need for good modelling. 
  21. >
  22.  
  23. Very true, though after six years in C++ and a few with Object Pascal, I
  24. have noticed that all of my "structured" programming winds up being OO,
  25. complete with this pointers as the first parameter to procedures and func-
  26. tions. I like the approach better, and my structured code gets better the
  27. more object-oriented it gets.
  28.  
  29. If you want to see some really ugly C-based polymorphism in action, look
  30. at the Motif packages.  Makes you want to buy C++ compilers for everyone
  31. so that C will just go away ;-).
  32.  
  33. -- 
  34. Bill Robison
  35. wrobison@bdm.com
  36. robison@acm.org
  37.  
  38.